#VRML V2.0 utf8 #vr2-3-24.wrl Shape { appearance DEF Wood Appearance { texture ImageTexture { url "wood.gif" } } geometry Box { size 50 50 20 } } Transform { translation 20 20 12.5 children DEF Base Shape { appearance USE Wood geometry Sphere { radius 5 } } } Transform { translation -20 20 12.5 children USE Base } Transform { translation 20 -20 12.5 children USE Base } Transform { translation -20 -20 12.5 children USE Base }